Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing Extensions and Drivers /
Chapter 5 - Printing Functions for Message Overrides / Printing Functions Reference
Constants and Data Types


Tray Mapping Modes

The tray-mapping mode constants define the current tray-mapping mode of the printer. The GXGetTrayMapping function returns a value of a tray-mapping type, which you can use to determine if you need to loop through the trays to find information.

enum {
  gxDefaultTrayMapping     = (gxTrayMapping) 0,
  gxConfiguredTrayMapping  = (gxTrayMapping) 1
};

typedef long gxTrayMapping;
Constant descriptions

gxDefaultTrayMapping
None of the paper trays has a specific paper type assigned to it.
gxConfiguredTrayMapping
At least one of the paper trays has a specific paper type assigned to it.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help